home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / jfsutils / README < prev    next >
Text File  |  2007-08-24  |  2KB  |  85 lines

  1. IBM's Journaled File System (JFS) for Linux
  2. JFS Utilities
  3. Version 1.1.12, August 24, 2007
  4.  
  5. The NEWS file contains a brief overview of user-visible changes to the
  6. utilities.
  7.  
  8. The ChangeLog file contains a list of specific changes to the JFS utilities.
  9.  
  10. INSTALLATION
  11. ------------
  12. There are 3 methods to install the JFS utilities:
  13.  
  14. Note: The utilities require the uuid.h file. Most Linux Distributions
  15. ship this file in the e2fsprogs-devel package, please install the
  16. e2fsprogs-devel package before you build the utilities.
  17.  
  18. A. Installation - RPM
  19. ---------------------
  20. 1)  You can use the RPM distribution to build the JFS utilities:
  21.  
  22.     rpmbuild -tb jfsutils-1.1.10.tar.gz
  23.  
  24.  
  25. B. Installation - Building From Source From Tar Ball
  26. ----------------------------------------------------
  27. After the source has been unzipped and untarred:
  28.  
  29. 1)  Change directory into the top of the jfsutils source tree.
  30.  
  31. 2)  Run the configure script:
  32.  
  33.     ./configure
  34.  
  35. 3)  Compile the utilities:
  36.  
  37.     make
  38.  
  39. 4)  Install the utilities:
  40.  
  41.     make install
  42.  
  43.  
  44. C. Installation - Building From Source From CVS Tree
  45. ----------------------------------------------------
  46. After the source has been retrieved from the CVS Tree:
  47.  
  48. 1)  Change directory into the top of the jfsutils source tree.
  49.  
  50. 2)  Run the autogen.sh script:
  51.  
  52.     ./autogen.sh
  53.  
  54. 3)  Compile the utilities:
  55.  
  56.     make
  57.  
  58. 4)  Install the utilities:
  59.  
  60.     make install
  61.  
  62.  
  63. CVS ACCESS
  64. ----------
  65. anonymous cvs access is available for the JFS utilities from sourceforge.net.
  66. To checkout the sources:
  67.  
  68. cvs -d:pserver:anonymous@jfs.cvs.sourceforge.net:/cvsroot/jfs login
  69.     No password, just press enter
  70. cvs -z3 -d:pserver:anonymous@jfs.cvs.sourceforge.net:/cvsroot/jfs co -P jfsutils
  71.  
  72. SEE ALSO
  73. --------
  74. man pages for the JFS utilities
  75.  
  76. README file included in the JFS file system
  77.  
  78. http://jfs.sourceforge.net/
  79.  
  80. Please send bugs, comments, cards and letters to shaggy@linux.vnet.ibm.com.
  81.  
  82. The JFS mailing lists can be subscribed to by using any of the links
  83. containing "subscribe" along the left side of our web page at
  84. http://jfs.sourceforge.net
  85.